Deleting an App Build with the API

Using this API you can delete a TIBCO Flogo® Application build present on a Data Plane.

To delete a build you need the build ID — ID of the build to be accessed, which can be retrieved using the GET /v1/dp/builds method.

    Procedure
  1. Use the DELETE /v1/dp/builds/{buildId} method to to delete a app build. This is an asynchronous call.

  2. Use the GET /v1/dp/builds method to check whether or not the app has been successfully deleted.

  3. Include one or more of the query parameters to filter the results. Click the API Documentation button on your Data Plane for more information.